home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-07 | 3.4 KB | 87 lines | [TEXT/ttxt] |
-
- # **********ACCESS WINDOW TOPIC AREAS AND TOPICS*********
-
- #define topic areas -- when the user chooses the Topics button,
- # Apple Guide displays the topic areas defined by <Topic Area> commands
- # Apple Guide displays topic areas on the left side of a full access screen
- #(topic areas are not displayed on a single list access screen)
-
- #Topic areas are often followed by <Header> commands and <Topic> commands
- #You use header commands to group one or more topics in the same category
- #Headers are not required --
- # you can choose to have all topics with no groupings by headers
- # or you can have headers with each topic grouped with a header
- #Note that a topic area MUST have at least one topic associated with it
-
- # A header command defines the bold headers that Apple Guide displays
- # in the right column when the user selects its associated topic area
-
- # A topic command defines a topic that Apple Guide displays
- # in the right column; the topic can either appear by itself or
- # have a header associated with it.
- #Note that you should either have all single topics or
- #have all topics grouped with headers
- #Apple Guide expands and compresses the topics under a header when the user clicks
- # the triangle to the left of the header
-
- #topic areas are displayed in the same order as they appear in the source file
-
- #Tip: You can use style or color information in Guide Script commands to make
- # your source files easier to read.
-
- <Topic Area> "Copying & Pasting" #topic area displayed on left column of screen
- <Header> "How do I" #header for right column when user
- # chooses "Copying & Pasting"
- #topics displayed/expanded/etc with "Copying & Pasting"
- <Topic> "placeholder for topic?" ,"SequenceGeneric"
- <Topic> "another placeholder for topic?" ,"SequenceGeneric"
-
- <Topic Area> "Using the Dictionary"
- <Header> "How do I"
- <Topic> "add a word to the dictionary?" ,"SequenceAddWords"
- <Topic> "look up a word in the dictionary?" ,"SequenceGeneric"
- <Topic> "create a custom dictionary?" ,"SequenceCreateCustomDictionary"
- <Topic> "add or remove a dictionary?" ,"SequenceGeneric"
- <Header> "Why can't I"
- <Topic> "open the dictionary?" ,"SequenceGeneric"
- <Header> "Definitions"
- <Topic> "custom dictionary" ,"SequenceDefnCustomDictionary"
- <Topic> "standard dictionary" ,"SequenceDefnStdDictionary"
-
- <Topic Area> "Fonts"
- <Header> "How do I"
- <Topic> "placeholder for topic?" ,"SequenceGeneric"
-
- <Topic Area> "Formatting"
- <Header> "How do I"
- <Topic> "placeholder for topic?" ,"SequenceGeneric"
-
- <Topic Area> "Opening & Saving Documents"
- <Header> "How do I"
- <Topic> "placeholder for topic?" ,"SequenceGeneric"
-
- <Topic Area> "Printing"
- <Header> "How do I"
- <Topic> "placeholder for topic?" ,"SequenceGeneric"
-
- <Topic Area> "Setting Preferences"
- <Header> "How do I"
- <Topic> "placeholder for topic?" ,"SequenceGeneric"
-
- <Topic Area> "Styles"
- <Header> "How do I"
- <Topic> "placeholder for topic?" ,"SequenceGeneric"
-
- <Topic Area> "Scripting"
- <Header> "How do I"
- <Topic> "placeholder for topic?" ,"SequenceGeneric"
-
- <Topic Area> "Using the Toolbar"
- <Header> "How do I"
- <Topic> "use the tools in the toolbar?" ,"Toolbar"
-
- <Topic Area> "Writing Excellent Prose"
- <Header> "How do I"
- <Topic> "placeholder for topic?" ,"SequenceGeneric"
-
-